Package com.cisco.pt.ipc.sim
Interface BluetoothDevice
- All Superinterfaces:
IPCData
- All Known Implementing Classes:
BluetoothDeviceImpl
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidsetDeviceName(String deviceName) voidsetIsConnected(boolean isConnected) voidsetIsPaired(boolean isPaired) voidsetMacAddress(MACAddress macAddress) voidsetTetherMode(TetherMode tetherMode)
-
Method Details
-
getDeviceName
String getDeviceName()- Returns:
- String Returns a String
-
setDeviceName
- Parameters:
deviceName- Takes in a parameter of deviceName
-
getMacAddress
MACAddress getMacAddress()- Returns:
- MACAddress Returns a MACAddress
-
setMacAddress
- Parameters:
macAddress- Takes in a parameter of macAddress
-
getIsPaired
boolean getIsPaired()- Returns:
- boolean Returns a boolean
-
setIsPaired
void setIsPaired(boolean isPaired) - Parameters:
isPaired- Takes in a parameter of isPaired
-
getIsConnected
boolean getIsConnected()- Returns:
- boolean Returns a boolean
-
setIsConnected
void setIsConnected(boolean isConnected) - Parameters:
isConnected- Takes in a parameter of isConnected
-
getTetherMode
TetherMode getTetherMode()- Returns:
- TetherMode Returns a TetherMode
-
setTetherMode
- Parameters:
tetherMode- Takes in a parameter of tetherMode
-